home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 July: Mac OS SDK
/
Dev.CD Jul 97 SDK1.toast
/
Development Kits (Disc 1)
/
Open Transport
/
Sample Code
/
NetFractal™
/
ES stuff□
/
DrawPoint.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-19
|
322 b
|
27 lines
|
[
TEXT/MPCC
]
// DrawPoint.h
#pragma once
#include "InPoint.h"
class APane;
class DrawPoint :
public InPoint
{
protected:
APane *fPane;
public:
DrawPoint(
const char *protocol,
const char *address,
short port,
APane *aPane);
void DoSomethingWithTheData(
void *data,
long size);
};